Package-level declarations
Types
An interface representing a Kotlin declaration that provides information about whether it has abstract
modifier.
An interface representing a Kotlin declaration that provides information about whether it has actual
modifier.
An interface representing a Kotlin declaration that provides information about whether it has annotation
modifier.
An interface representing a Kotlin declaration that provides information about whether it has companion
modifier.
An interface representing a Kotlin declaration that provides information about whether it has const
modifier.
An interface representing a Kotlin declaration that provides information about whether it has crossinline
modifier.
An interface representing a Kotlin declaration that provides information about whether it has data
modifier.
An interface representing a Kotlin declaration that provides information about whether it has enum
modifier.
An interface representing a Kotlin declaration that provides information about whether it has expect
modifier.
An interface representing a Kotlin declaration that provides information about whether it has external
modifier.
An interface representing a Kotlin declaration that provides information about whether it has final
modifier.
An interface representing a Kotlin declaration that provides information about whether it has fun
modifier.
An interface representing a Kotlin declaration that provides information about whether it has infix
modifier.
An interface representing a Kotlin declaration that provides information about whether it has inline
modifier.
An interface representing a Kotlin declaration that provides information about whether it has in
modifier.
An interface representing a Kotlin declaration that provides information about whether it has inner
modifier.
An interface representing a Kotlin declaration that provides information about whether it has lateinit
modifier.
An interface representing a Kotlin declaration that provides access to its modifiers.
An interface representing a Kotlin declaration that provides information about whether it has noinline
modifier.
An interface representing a Kotlin declaration that provides information about whether it has open
modifier.
An interface representing a Kotlin declaration that provides information about whether it has operator
modifier.
An interface representing a Kotlin declaration that provides information about whether it has out
modifier.
An interface representing a Kotlin declaration that provides information about whether it has override
modifier.
An interface representing a Kotlin declaration that provides information about whether it has sealed
modifier.
An interface representing a Kotlin declaration that provides information about whether it has suspend
modifier.
An interface representing a Kotlin declaration that provides information about whether it has tailrec
modifier.
An interface representing a Kotlin declaration that provides information about whether it has a val
modifier.
An interface representing a Kotlin declaration that provides information about whether it has value
modifier.
An interface representing a Kotlin declaration that provides information about whether it has vararg
modifier.
An interface representing a Kotlin declaration that provides information about whether it has a var
modifier.
An interface representing a Kotlin declaration that provides access to its visibility modifiers.